make tblgen produce a function that returns the name for a physreg.
[llvm/avr.git] / test / FrontendC / 2003-08-20-BadBitfieldRef.c
blobef54d8ad9c0d6aecd54b8afddbe6556715bbded8
1 // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
3 void foo()
5 char *ap;
6 ap[1] == '-' && ap[2] == 0;