PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / msp430 / pr79242.c
blobd7ff8d38a3fc9e7e643501e3a028286162ae4427
1 /* { dg-do compile } */
2 /* { dg-skip-if "" { "*-*-*" } { "-mcpu=msp430" "-msmall" } { "" } } */
3 /* { dg-options "-mcpu=msp430x" } */
5 typedef _Complex __int20 C;
8 foo (C x, C y)
10 return x + y;