1 /// the address of a variable or field is non-zero is likely always to be
5 // Copyright: (C) 2012 Julia Lawall, INRIA/LIP6. GPLv2.
6 // Copyright: (C) 2012 Gilles Muller, INRIA/LiP6. GPLv2.
7 // URL: http://coccinelle.lip6.fr/
9 // Options: -no_includes -include_headers
24 @script:python depends on org@
28 cocci.print_main("test of a variable/field address",p)
30 @script:python depends on report@
34 msg = "ERROR: test of a variable/field address"
35 coccilib.report.print_report(p[0],msg)