mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
dc50e8c5fa
llvm-svn: 50749
10 lines
80 B
C
10 lines
80 B
C
/*
|
|
* RUN: ignore
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
|
|
void test() {
|
|
printf("hello\n");
|
|
}
|