Fix PR2434. When scanning for exising binary operator to reuse don't
[oota-llvm.git] / test / LLVMC / test_data / together.c
1 /*
2  * RUN: ignore
3  */
4
5 #include <stdio.h>
6
7 void test() {
8   printf("hello\n");
9 }