# RUN: lld-core %s 2>&1 | grep "duplicate symbol"
#
# Test that multiple definitions cause an error
---
atoms:
- name: _foo
definition: regular
scope: global
type: data
...