coccinelle release 1.0.0-rc2
[bpt/coccinelle.git] / tests / typeof.res
... / ...
CommitLineData
1int main() {
2 int x;
3 f(sizeof(struct foo));
4}