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