rust/tests/ui/linkage-attr/common-linkage-non-zero-init.stderr
David Mo 4160337c85 Tests crash from inappropriate use of common linkage
Normally, variables with common linkage must be zero-initialized. In Rust,
common linkage variables that are not zero-initialized causes a crash in the
compiler backend.

This commit adds a test case to confirm this behavior, which will inform us if
it changes in the future.
2023-09-01 14:08:31 -07:00

4 lines
110 B
Plaintext

'common' global must have a zero initializer!
ptr @TEST
LLVM ERROR: Broken module found, compilation aborted!