xref: /netbsd-src/usr.bin/c11/c11.sh (revision 9fd8799cb5ceb66c69f2eb1a6d26a1d587ba1f1e)
1#!/bin/sh
2exec /usr/bin/cc -std=c11 "$@"
3