re PR c++/67184 (Missed optimization with C++11 final specifier)
[official-gcc.git] / gcc / testsuite / g++.dg / other / first-global.C
blobd58bc7164ae8d8a0e75cfdfe65754a0aae5346c1
1 /* { dg-do compile } */
2 /* { dg-add-options bind_pic_locally } */
3 /* { dg-final { scan-assembler "_GLOBAL__(I|sub_I)(_|_65535_0_)foobar" } } */
5 struct foo { foo (); };
6 foo foobar;