Last active
August 28, 2019 09:30
-
-
Save SimeonEhrig/ab1db49747cdc3d733d3a04cadf5405b to your computer and use it in GitHub Desktop.
Use stdin as input for the clang.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "int foo() { return 3;}" | clang++ -cc1 - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment