blob: 47fee3e38e5135f52d538d7384f5178de0fcc79a [file] [log] [blame]
Chris Lattner1e45efa2007-08-28 16:20:14 +00001// RUN: clang -parse-ast-check %s
2
3void *test1(void) { return 0; }
4
5