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");
}