4 lines
75 B
Bash
4 lines
75 B
Bash
|
#!/bin/sh -eux
|
||
|
|
||
|
echo "int main(){ return 0; }" | clang -x c -fuse-ld=lld -
|