2 lines
72 B
Bash
2 lines
72 B
Bash
|
|
#!/bin/sh
|
||
|
|
cc -std=c99 ./test_topLevelVarInit.c -o ./test_topLevelVarInit
|