ffi: update code with last syntax
[nit.git] / tests / test_ffi_c_new.nit
index d18d931..6f5a95a 100644 (file)
@@ -18,7 +18,7 @@
 int dv = 1234;
 `}
 
-extern A `{int *`}
+extern class A `{int *`}
        super Pointer
 
        new import p `{