6 lines
No EOL
106 B
Rust
6 lines
No EOL
106 B
Rust
use elua_derive::embed_compiler;
|
|
|
|
#[test]
|
|
fn from_github() {
|
|
let compiler = embed_compiler!(Github);
|
|
} |