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