Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dexprs.c82 union f3_x {int x; float y;}; union
83 int f3() {return ((union f3_x)2).x;} in f3()