__declspec properties outside of class members do not work as expected #90743
Labels
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
extension:microsoft
As shown in the example below, the properties return unexpected results when used outside of class members.
Although, according to Microsoft's specification, they shouldnt be allowed outside of members and should cause error C3065
https://godbolt.org/z/jqe59vW85
The text was updated successfully, but these errors were encountered: