brintos

brintos / llvm-project-archived public Read only

0
0
Text · 95 B · 46a3b41 Raw
9 lines · c
1#include "stub.h"2 3static void foo() { printf("foo\n"); }4 5int main() {6  foo();7  return 0;8}9