Index: src/Concurrency/Waitfor.cpp
===================================================================
--- src/Concurrency/Waitfor.cpp	(revision db19e1d0d4adcc296ca7022c295f441155d4b6dc)
+++ src/Concurrency/Waitfor.cpp	(revision 025f9c58ebe020032b017f4eea6539d17a311ec0)
@@ -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 ) ) ),
 		}
 	);
