Home
last modified time | relevance | path

Searched refs:enum_without_uuid (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/Parser/
H A DMicrosoftExtensions.cpp78 enum enum_without_uuid { }; enum
99 …__uuidof(enum_without_uuid); // expected-error {{cannot call operator __uuidof on a type with no G… in uuid_sema_test()
101 …__uuidof(enum_without_uuid*); // expected-error {{cannot call operator __uuidof on a type with no … in uuid_sema_test()