Skip to content

Instantly share code, notes, and snippets.

@SimeonEhrig
Last active August 28, 2019 09:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SimeonEhrig/ab1db49747cdc3d733d3a04cadf5405b to your computer and use it in GitHub Desktop.
Save SimeonEhrig/ab1db49747cdc3d733d3a04cadf5405b to your computer and use it in GitHub Desktop.
Use stdin as input for the clang.
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