/* Test pragma region directive from
http://msdn.microsoft.com/en-us/library/b6xkz944(v=vs.80).aspx */
// Editor-only pragma, just skipped by compiler.
// Syntax:
// #pragma region optional name
// #pragma endregion optional comment
//
// RUN: %clang_cc1 -fsyntax-only -verify -Wall -fms-extensions %s
/* inner space */
/* inner space */
void
void ;
// no sense, but ignored
//#pragma endregion inner
// {{unclosed pragma region}} - region mismatches is not detected yet