mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
6 lines
128 B
V
6 lines
128 B
V
module builtin
|
|
|
|
// TODO: Remove this later, added to make sure v self works
|
|
$if ios {
|
|
#include "@VROOT/thirdparty/ios/ios.m"
|
|
}
|