mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
Rust: run codegen
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
// generated by codegen, do not edit
|
||||
|
||||
fn test_extern_block() -> () {
|
||||
// A ExternBlock. For example:
|
||||
todo!()
|
||||
// An extern block containing foreign function declarations.
|
||||
//
|
||||
// For example:
|
||||
extern "C" {
|
||||
fn foo();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user