mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
Remove dead code from checker
This commit is contained in:
@@ -735,6 +735,14 @@ deprecated_attribute :: proc() {
|
||||
// foo_v1(1);
|
||||
}
|
||||
|
||||
A :: struct {x, y, z: int};
|
||||
B :: struct {x, y, z: int};
|
||||
C :: struct {
|
||||
using a: A,
|
||||
b: B,
|
||||
}
|
||||
|
||||
|
||||
main :: proc() {
|
||||
when true {
|
||||
general_stuff();
|
||||
|
||||
Reference in New Issue
Block a user