aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/5 compiler detection/compiler wrapper.py
blob: fedd3434da68bf5e4a975cb3d7ffc98e759bd97a (plain)
1
2
3
4
5
6
#!/usr/bin/env python3

import sys
import subprocess

sys.exit(subprocess.call(sys.argv[1:]))