fix an x86 fast isel issue where we'd completely give up on folding an address
[oota-llvm.git] / test / LLVMC / test_data / together.c
1 #include <stdio.h>
2
3 void test() {
4   printf("hello\n");
5 }