mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
10 lines
193 B
Rust
Generated
10 lines
193 B
Rust
Generated
// generated by codegen, do not edit
|
|
|
|
fn test_abi() -> () {
|
|
// An ABI specification for an extern function or block.
|
|
//
|
|
// For example:
|
|
extern "C" fn foo() {}
|
|
// ^^^
|
|
}
|