mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
10 lines
152 B
Rust
Generated
10 lines
152 B
Rust
Generated
// generated by codegen, do not edit
|
|
|
|
fn test_struct() -> () {
|
|
// A Struct. For example:
|
|
struct Point {
|
|
x: i32,
|
|
y: i32,
|
|
}
|
|
}
|