// ---------------------------------------------------------------------- // // pascal.cc - Is "pascal" (incorrectly) a reserved word? // // History: // 28-Apr-2000 WEB Initial draft // 25-Apr-2001 WEB s//"ISOcxx\/ISOcxxSyntax.hh"/ // // ---------------------------------------------------------------------- #include "ISOcxx/ISOcxxSyntax.hh" int main() { int const pascal( 0 ); return pascal; } // main()