Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A Darray-init.c262 struct _Matrix { union { float m[4][4]; }; }; //expected-warning{{anonymous unions are a C11 extens… argument
263 typedef struct _Matrix Matrix;