@ -0,0 +1,6 @@
#!/bin/bash
rm test
cc=clang
test "" = "$(which clang 2>&1)" && cc=gcc
$cc -Ofast -Wall -Wextra -o test test.c
./test
The note is not visible to the blocked user.