Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dincomplete-function-type.c9 struct tests3;
10 void test3f(struct tests3), (*test3)(struct tests3) = test3f;
13 struct tests3 { float x; }; argument