1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-01 00:12:50 +01:00
llvm-mirror/test/LLVMC/test_data/together.c
Daniel Dunbar abaa288896 Cleanup some unused RUN lines.
llvm-svn: 86450
2009-11-08 09:07:42 +00:00

6 lines
57 B
C

#include <stdio.h>
void test() {
printf("hello\n");
}