llvm-project/clang/test/CXX/basic/basic.start
Douglas Gregor bff6203152 Always treat 'main' as an extern "C" function, so that we detect
redeclarations of main appropriately rather than allowing it to be
overloaded. Also, disallowing declaring main as a template.

Fixes GCC DejaGNU g++.old-deja/g++.other/main1.C.

llvm-svn: 117029
2010-10-21 16:57:46 +00:00
..
basic.start.main Always treat 'main' as an extern "C" function, so that we detect 2010-10-21 16:57:46 +00:00