lang_2023/tests/namespaces.lang

20 lines
267 B
Text
Raw Normal View History

2023-06-03 19:01:03 +03:00
namespace some-namespace {
decl something : -> \unit
2023-03-31 12:10:12 +03:00
}
2023-06-03 19:01:03 +03:00
namespace \array {
decl something : -> \unit
2023-03-31 12:10:12 +03:00
}
2023-06-03 19:01:03 +03:00
namespace \array {
decl something : -> \unit
2023-03-31 12:10:12 +03:00
}
2023-06-03 19:01:03 +03:00
namespace var \array {
decl something : -> \unit
}
2023-06-03 19:01:03 +03:00
namespace const \array {
decl something : -> \unit
2023-03-31 12:10:12 +03:00
}