2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / tls / asm-1.c
blob68c49f61180fd5a2fa21d89e35212f8ad1840325
1 /* { dg-options "-Werror" } */
2 __thread int i;
4 int foo ()
6 asm volatile ("" :: "m" (&i)); /* { dg-error "lvalue" } */