vq / vlib / v2_toberemoved / tests / target_codegen_example / target_directives.vv2
8 lines · 6 sloc · 201 bytes · c0624b274a458fe3e487d89ae9554c2e8c25bdb6
Raw
1module main
2
3#include linux <target_marker_linux.h>
4#include macos <target_marker_macos.h>
5#include windows <target_marker_windows.h>
6#include freestanding <target_marker_freestanding.h>
7
8fn main() {}
9