// Trac ticket // https://cforall.uwaterloo.ca/trac/ticket/10 forall(otype T) struct result { union { T value; }; };