Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / ucnid-5.c
blob8cd86060dfe1fdebeef1803518c164d96f623082
1 /* { dg-do run } */
2 /* { dg-xfail-if "" { "powerpc-ibm-aix*" } { "*" } { "" } } */
3 /* { dg-options "-std=c99 -fdollars-in-identifiers -fextended-identifiers" } */
4 void abort (void);
6 int a$b(void) { return 1; }
8 int main (void)
11 if (a\u0024b() != 1)
12 abort ();
14 return 0;