Index: tests/builtins/.expect/sync.txt
===================================================================
--- tests/builtins/.expect/sync.txt	(revision 66812dd99f2cc97ee7d08f95d6b009fa64a41a6b)
+++ tests/builtins/.expect/sync.txt	(revision e96e439fee7afae6706b108ea22bda2bb315b052)
@@ -0,0 +1,2 @@
+builtins/sync.cfa: In function '_X4mainFi___1':
+builtins/sync.cfa:358:9: note: #pragma message: Compiled
Index: tests/builtins/sync.cfa
===================================================================
--- tests/builtins/sync.cfa	(revision 66812dd99f2cc97ee7d08f95d6b009fa64a41a6b)
+++ tests/builtins/sync.cfa	(revision e96e439fee7afae6706b108ea22bda2bb315b052)
@@ -66,5 +66,4 @@
 	#if defined(__SIZEOF_INT128__)
 	{ __int128 ret; ret = __sync_fetch_and_nand(vplll, vlll); }
-	{ __int128 ret; ret = __sync_fetch_and_nand_16(vplll, vlll); }
 	#endif
 
