blob: 63e42b484427e51885e42a64407c6d14fe95cb89 [file] [log] [blame]
// check-pass
#![deny(non_snake_case)]
#[no_mangle]
pub extern "C" fn SparklingGenerationForeignFunctionInterface() {} // OK
fn main() {}