xref: /freebsd/usr.bin/clang/clang/CC.sh (revision d0b2dbfa)
1#!/bin/sh
2# This file is in the public domain.
3exec /usr/bin/c++ "$@"
4