Skip to content

Nested includes show up as unused in FunC #56

@krigga

Description

@krigga

Example:

;; main.fc

#include "test1.fc";

() main() {
~dump(foo());
}
;; test1.fc

#include "test2.fc";
;; test2.fc

int foo() {
return 1;
}

Include in main.fc will show up as unused.

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions