mirror of
https://github.com/github/codeql.git
synced 2026-05-08 07:01:36 +02:00
8 lines
89 B
Rust
8 lines
89 B
Rust
#[cfg(feature = "foo")]
|
|
fn foo() {}
|
|
|
|
#[cfg(feature = "bar")]
|
|
fn bar() {}
|
|
|
|
fn always() {}
|