From b1a6555c0502196174bed1454e446717daf52f12 Mon Sep 17 00:00:00 2001 From: Aapo Alasuutari Date: Fri, 18 Feb 2022 14:21:19 +0200 Subject: feat(ext/ffi): Support read only global statics (#13662) --- test_ffi/tests/integration_tests.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test_ffi/tests/integration_tests.rs') diff --git a/test_ffi/tests/integration_tests.rs b/test_ffi/tests/integration_tests.rs index c818f12d9..fea5b5fbd 100644 --- a/test_ffi/tests/integration_tests.rs +++ b/test_ffi/tests/integration_tests.rs @@ -69,6 +69,9 @@ fn basic() { true\n\ Before\n\ true\n\ + Static u32: 42\n\ + Static ptr: true\n\ + Static ptr value: 42\n\ After\n\ true\n\ Correct number of resources\n"; -- cgit v1.2.3