Index: tests/polymorphism.cfa
===================================================================
--- tests/polymorphism.cfa	(revision b16e15e447aa742b41820a2e48e0d1f91984db43)
+++ tests/polymorphism.cfa	(revision 815c6aec0a70bcb7c757201e2e17491ba36d21f7)
@@ -71,5 +71,5 @@
 		printf("  offset of inner float:  %ld\n", ((char *) & x_inner_float ) - ((char *) & x) );
 
-	void showStatic( thing(int) & x ) {
+	void showStatic( thing(long long int) & x ) {
 		printf("static:\n");
 		SHOW_OFFSETS
@@ -85,5 +85,5 @@
 
 	printf("=== checkPlan9offsets\n");
-	thing(int) x;
+	thing(long long int) x;
 	showStatic(x);
 	showDynamic(x);
