Searched refs:PBVTest (Results 1 – 2 of 2) sorted by relevance
43 typedef struct { double X; double Y; int Z; } PBVTest; typedef45 PBVTest testRetStruct(float X, double Y, int Z) { in testRetStruct()46 PBVTest T = { X, Y, Z }; in testRetStruct()49 PBVTest testRetStruct2(void); // external func no inlining53 PBVTest T = testRetStruct2(); in CallRetStruct()