summaryrefslogtreecommitdiff
path: root/slicer/test/initial/builtins.xml
blob: 650d187a1c12c671e3cd99ecbec76e205f3625a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<BuiltIns>
  <mbool>true</mbool>
  <mbyte>4</mbyte>
  <mdouble>3.14159265359</mdouble>
  <mfloat>3.14</mfloat>
  <mint>80</mint>
  <mlong>800</mlong>
  <mshort>40</mshort>
  <mstring>Sample text</mstring>
</BuiltIns>