mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 06:27:16 +00:00
74b836ae6a
llvm-svn: 2783
6 lines
68 B
C
6 lines
68 B
C
#include <stdio.h>
|
|
|
|
void test() {
|
|
fprintf(stderr, "testing\n");
|
|
}
|