blob: bfd8af5fa978a429c74858c90f50e63514ef3776 [file] [log] [blame]
Chris Lattnere878eb02008-12-18 02:03:48 +00001// RUN: clang %s -fsyntax-only -pedantic
2
3void foo() {
4 return foo();
5}