1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/test/LLVMC/together.c
2008-05-06 18:10:20 +00:00

10 lines
80 B
C

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