Transform: "icmp eq (trunc (lshr(X, cst1)), cst" to "icmp (and X, mask), cst"
[oota-llvm.git] / test / FrontendC / 2003-06-29-MultipleFunctionDefinition.c
1 // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
2
3 /* This is apparently legal C.  
4  */
5 extern __inline__ void test() { }
6
7 void test() {
8 }