1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
This commit is contained in:
Alexander Medvednikov
2019-10-24 22:58:01 +03:00
parent 892d1c6aab
commit d4c1bba856
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ module builtin
import strings
struct map {
pub struct map {
obj voidptr
}