diff options
| author | Aapo Alasuutari <aapo.alasuutari@gmail.com> | 2022-02-18 14:21:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-18 17:51:19 +0530 |
| commit | b1a6555c0502196174bed1454e446717daf52f12 (patch) | |
| tree | 3e0c74d87a63044090564638dee0af22f4e2ca10 /test_ffi/tests/integration_tests.rs | |
| parent | 4a144c7d6e55a5e047080cb1e2377b70657f1809 (diff) | |
feat(ext/ffi): Support read only global statics (#13662)
Diffstat (limited to 'test_ffi/tests/integration_tests.rs')
| -rw-r--r-- | test_ffi/tests/integration_tests.rs | 3 |
1 files changed, 3 insertions, 0 deletions
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"; |
