1 /// The address of a variable or field is likely always to be non-zero.
4 // Copyright: (C) 2012 Julia Lawall, INRIA/LIP6. GPLv2.
5 // Copyright: (C) 2012 Gilles Muller, INRIA/LiP6. GPLv2.
6 // URL: http://coccinelle.lip6.fr/
8 // Options: --no-includes --include-headers
23 @script:python depends on org@
27 cocci.print_main("test of a variable/field address",p)
29 @script:python depends on report@
33 msg = "ERROR: test of a variable/field address"
34 coccilib.report.print_report(p[0],msg)