Skip to content

Commit

Permalink
mark as used
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Nov 28, 2024
1 parent 3d1fd00 commit c608748
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/modules/lib/stubs/file.v
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ struct C.__file {}

type FILE = C.__file

@[markused]
__global (
stdin = &FILE(unsafe { nil })
stdout = &FILE(unsafe { nil })
Expand Down

0 comments on commit c608748

Please sign in to comment.