reflect: canonicalize types returned by StructOf() and friends
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.brendan / asm-extn1.C
blob75fa5f84d519a1fd97b2622184b4ae7b6f90a0ad
1 // { dg-do assemble { target sparc*-*-* } }
2 // { dg-options "-S" }
3 // GROUPS passed asm-extension
4 // This used to crash because c_expand_asm_keyword didn't know what to
5 // do with this.  The parser rules were changed to accept an expr, instead
6 // of a stmt.
8 extern void traptable(void);
10 int main()
12   asm("wr    %0,%%tbr" : : "r" (traptable));