mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-03 01:07:56 +00:00
9 lines
170 B
Odin
9 lines
170 B
Odin
#+build windows
|
|
package all
|
|
|
|
import c_tokenizer "core:c/frontend/tokenizer"
|
|
import c_preprocessor "core:c/frontend/preprocessor"
|
|
|
|
_ :: c_tokenizer
|
|
_ :: c_preprocessor
|