mirror of
https://github.com/github/codeql.git
synced 2026-03-04 22:56:47 +01:00
8 lines
89 B
Rust
8 lines
89 B
Rust
#[cfg(feature = "foo")]
|
|
fn foo() {}
|
|
|
|
#[cfg(feature = "bar")]
|
|
fn bar() {}
|
|
|
|
fn always() {}
|