// Copyright: (C) 2010 Nicolas Palix, Suman Saha, Gael Thomas, Christophe Calves, Julia Lawall, Gilles Muller, LIP6, INRIA, DIKU.  GPLv2.

// no options

@r expression@
expression *x;
position p;
@@

x@p = <+... sizeof(x) ...+>

@script:python@
p << r.p;
@@

cocci.print_main("x",p)