#!/bin/bash rm test cc=clang test "" = "$(which clang 2>&1)" && cc=gcc $cc -O2 -Wall -Wextra -Wno-c2x-extensions -o test test.c ./test