test.sh 97 B

123456
  1. #!/bin/sh
  2. set -xe
  3. clang -Wall -Wextra -Wswitch-enum -ggdb -o test_glob test_glob.c
  4. ./test_glob