Searched defs:var_without_uuid (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Parser/
H A DMicrosoftExtensions.cpp68 struct_without_uuid var_without_uuid[1]; local
81 __uuidof(var_without_uuid);// expected-error {{cannot call operator __uuidof on a type with no GUID}}
83 __uuidof(var_without_uuid[1]);// expected-error {{cannot call operator __uuidof on a type with no GUID}}
85 __uuidof(&var_without_uuid[1]);// expected-error {{cannot call operator __uuidof on a type with no GUID}}

Completed in 62 milliseconds