Searched defs:extern_variable (Results 1 – 2 of 2) sorted by relevance
| /third_party/rust/rust/tests/run-make/raw-dylib-c/ | ||
| D | lib.rs | 16 static mut extern_variable: i32; in library_function() variable |
| D | extern_1.c | 3 __declspec(dllexport) int extern_variable = 0; variable |