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