statements.cpp revision e878eb035b343d7d819c092102364ec9849716ae
1// RUN: clang %s -fsyntax-only -pedantic
2
3void foo() {
4  return foo();
5}
6