blob: bfd8af5fa978a429c74858c90f50e63514ef3776 [file] [log] [blame]
// RUN: clang %s -fsyntax-only -pedantic
void foo() {
return foo();
}