summaryrefslogtreecommitdiff
path: root/installed-tests/debugger/print.debugger
blob: 90b1e6678d7dc8bd0fc8154c7cdf4b4222493668 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
# SPDX-FileCopyrightText: 2018 Philip Chimento <philip.chimento@gmail.com>
c
# Simple types
print a
p b
p c
p d
p e
p f
p g
# Objects
print h
print/b h
print/p h
p i
p/b i
p j
p k
p/b k
p l
p m
p n
p o
c