Transform: "icmp eq (trunc (lshr(X, cst1)), cst" to "icmp (and X, mask), cst"
[oota-llvm.git] / test / FrontendC / 2006-01-13-Includes.c
1 // RUN: %llvmgcc %s -g -S -o - | grep {test/FrontendC}
2 // PR676
3
4 #include <stdio.h>
5
6 void test() {
7   printf("Hello World\n");
8 }