add missing files with inline tests
This commit is contained in:
parent
100968b689
commit
ecbfe68bf4
@ -0,0 +1,8 @@
|
||||
struct Foo;
|
||||
struct Foo {}
|
||||
struct Foo();
|
||||
struct Foo(String, usize);
|
||||
struct Foo {
|
||||
a: i32,
|
||||
b: f32,
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
union Foo {}
|
||||
union Foo {
|
||||
a: i32,
|
||||
b: f32,
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user