1 // RUN: clang-import-test -import %S/Inputs/S.c -expression %s
expr(struct S * MyS)2 void expr(struct S *MyS) {
3   MyS->a = 3;
4 }
5