1#!/bin/bash 2# 3# Ship the environment to the C++ action 4# 5set -eu 6 7# Set-up the environment 8%{env} 9 10# Call the C++ compiler 11 12%{cc} -E -x c++ -fmodules-ts -fdeps-file=out.tmp -fdeps-format=p1689r5 "$@" >"$DEPS_SCANNER_OUTPUT_FILE" 13