muon/tests/fuzz/lang/basic.meson
2024-04-15 16:24:28 -04:00

9 lines
231 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