PR tree-optimization/84740
[official-gcc.git] / gcc / testsuite / gcc.dg / asan / pr81923.c
blobf81d512c96e382ad2aa14c210106d9aa81705b92
1 /* PR sanitizer/81923 */
2 /* { dg-do link } */
4 int foobar __asm (__USER_LABEL_PREFIX__ "barbaz") = 34;
6 int
7 main ()
9 return 0;