summaryrefslogtreecommitdiff
path: root/examples/cexample.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cexample.sh')
-rwxr-xr-xexamples/cexample.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/cexample.sh b/examples/cexample.sh
new file mode 100755
index 0000000..eff04e5
--- /dev/null
+++ b/examples/cexample.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+gcc-5 -fplugin=../astdumper.so -fplugin-arg-astdumper-command=detectnullpointers cexample.c