Index: tests/polymorphism.cfa
===================================================================
--- tests/polymorphism.cfa	(revision d30804ad6634e19d5abd4e2aabcc2b4b9cc9833f)
+++ tests/polymorphism.cfa	(revision f9d87555bdce2ef9249426c9994e92c6ea165522)
@@ -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);
