llvm-6502/test/LLVMC/test_data/together.c
2008-05-06 18:16:20 +00:00

10 lines
80 B
C

/*
* RUN: ignore
*/
#include <stdio.h>
void test() {
printf("hello\n");
}