Index: src/Concurrency/Waitfor.cpp
===================================================================
--- src/Concurrency/Waitfor.cpp	(revision db19e1d0d4adcc296ca7022c295f441155d4b6dc)
+++ src/Concurrency/Waitfor.cpp	(revision f5dbc8df489de22e267b0fb6f49ccf90c87fa35f)
@@ -230,5 +230,6 @@
 			ast::ConstantExpr::from_int( location, 0 ),
 			new ast::SizeofExpr( location,
-				new ast::VariableExpr( location, acceptables ) ),
+				new ast::TypeofType(
+					new ast::VariableExpr( location, acceptables ) ) ),
 		}
 	);
