elua/elua-derive/tests/from_github.rs

6 lines
106 B
Rust

use elua_derive::embed_compiler;
#[test]
fn from_github() {
let compiler = embed_compiler!(Github);
}