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