aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/basic/basic.start/basic.start.main/p2e.cpp
blob: 087cf77476ad4ceb97c12b4ce3db9382c03fc7c5 (plain) (blame)
1
2
3
4
// RUN: clang-cc -fsyntax-only -verify %s 

inline int main() { // expected-error {{'main' is not allowed to be declared inline}}
}