mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-30 01:44:36 +00:00
9 lines
171 B
Odin
9 lines
171 B
Odin
//+build windows
|
|
package all
|
|
|
|
import c_tokenizer "core:c/frontend/tokenizer"
|
|
import c_preprocessor "core:c/frontend/preprocessor"
|
|
|
|
_ :: c_tokenizer
|
|
_ :: c_preprocessor
|