< prev index next >

test/jdk/com/sun/tools/jextract/compare/recursive_h.java

Print this page

        

*** 37,47 **** /** * This test is platform dependent, as the C type size may vary on platform. * Current value is based on x64 with __LP64__. */ @NativeHeader(path="recursive.h") ! public interface recursive { @NativeLocation(file="recursive.h", line=26, column=8) @NativeStruct("[u64(p):${Bar}](Foo)") public interface Foo extends Struct<Foo> { @NativeLocation(file="recursive.h", line=27, column=17) --- 37,47 ---- /** * This test is platform dependent, as the C type size may vary on platform. * Current value is based on x64 with __LP64__. */ @NativeHeader(path="recursive.h") ! public interface recursive_h { @NativeLocation(file="recursive.h", line=26, column=8) @NativeStruct("[u64(p):${Bar}](Foo)") public interface Foo extends Struct<Foo> { @NativeLocation(file="recursive.h", line=27, column=17)
< prev index next >