Searched refs:tests3 (Results 1 – 1 of 1) sorted by relevance
9 struct tests3;10 void test3f(struct tests3), (*test3)(struct tests3) = test3f;13 struct tests3 { float x; }; argument