1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 22:42:52 +01:00
llvm-mirror/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");
}