6 lines
88 B
C++
6 lines
88 B
C++
// RUN: %clang_cc1 -fsyntax-only -verify %s
|
|
// expected-no-diagnostics
|
|
|
|
int main() {
|
|
}
|