mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
13 lines
103 B
Rust
13 lines
103 B
Rust
fn foo<
|
||
'β,
|
||
γ
|
||
>() {}
|
||
|
||
struct X {
|
||
δ: usize
|
||
}
|
||
|
||
pub fn main() {
|
||
let α = 0.00001f64;
|
||
}
|