muon/tests/fuzz/lang/basic.meson
2022-10-25 10:54:31 -04:00

11 lines
233 B
Plaintext

# SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
# SPDX-License-Identifier: GPL-3.0-only
a = {'a': 'b', 'c': 'd', 'e': {'f': {'g': {'h': [1, 2, {'3': 'secret!'}]}}}}
count = 0
foreach x, y : a
count += 1
endforeach