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