mirror of
https://github.com/SRI-CSL/gllvm
synced 2026-06-08 12:28:35 +00:00
5 lines
60 B
C
5 lines
60 B
C
#include <stdio.h>
|
|
int main(void) {
|
|
printf("test\n");
|
|
}
|