elua/elua-derive/tests/from_github.rs

6 lines
106 B
Rust
Raw Normal View History

2024-02-28 23:39:15 +00:00
use elua_derive::embed_compiler;
#[test]
fn from_github() {
let compiler = embed_compiler!(Github);
}