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