We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a811e commit 3b7565eCopy full SHA for 3b7565e
nullpointer1/Makefile
@@ -12,4 +12,5 @@ INCLUDE = -I ../include \
12
nullpointer1.so: nullpointer1.c ../include/parse-tree.h
13
gcc $(INCLUDE) -shared -fPIC -o nullpointer1.so nullpointer1.c
14
15
-
+test: nullpointer1.so
16
+ xgcc $(INCLUDE) -fplugin=./nullpointer1.so -c test1.c
0 commit comments