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