Issue 161565
Summary [HLSL] Invalid struct field definition not producing error.
Labels HLSL
Assignees
Reporter spall
    This struct definition should produce an error:
```
struct MoreBFields {
  uint : G; 
};
```

It is suspected that the G is being parsed as a semantic. 
https://godbolt.org/z/5PfKenYzG
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to