chore(checkpoint): save current v0 build state
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
use slhx_derive::surface;
|
||||
|
||||
#[surface]
|
||||
mod ui {
|
||||
pub const EXISTING: u8 = 1;
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn surface_macro_preserves_inline_module_without_generated_file() {
|
||||
assert_eq!(ui::EXISTING, 1);
|
||||
}
|
||||
Reference in New Issue
Block a user