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