summaryrefslogtreecommitdiff
path: root/examples/cexample.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-22 01:28:48 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-22 01:28:48 +0300
commitd9b06623487a1ab5155b9d7fc06576999fa1acd3 (patch)
treec8f25db118211cd2c7e0bfc9896a72469d9e2ad5 /examples/cexample.sh
parent8b3465367e89a07e8f15de08b2f5599ed30a4e4b (diff)
downloadparanucker-d9b06623487a1ab5155b9d7fc06576999fa1acd3.tar.gz
paranucker-d9b06623487a1ab5155b9d7fc06576999fa1acd3.tar.bz2
paranucker-d9b06623487a1ab5155b9d7fc06576999fa1acd3.tar.xz
paranucker-d9b06623487a1ab5155b9d7fc06576999fa1acd3.zip
Add examples.
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