mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-07 02:56:52 +00:00
6 lines
68 B
C
6 lines
68 B
C
![]() |
#include <stdio.h>
|
||
|
|
||
|
void test() {
|
||
|
fprintf(stderr, "testing\n");
|
||
|
}
|