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