assign.c revision 9f3d942e9970bc8f51add390b2a2c46b5a2ab747
1// RUN: clang -parse-ast -verify %s
2
3void *test1(void) { return 0; }
4
5
6