freebsd-dev/test/SemaCXX/statements.cpp
2009-06-02 17:58:47 +00:00

6 lines
77 B
C++

// RUN: clang-cc %s -fsyntax-only -pedantic
void foo() {
return foo();
}