annotate testbad.fc @ 163:9fab36cc706b

Add Raw Size method to blueprint to allow code to query the raw size of a type in bytes
author Mike Pavone <pavone@retrodev.com>
date Sun, 09 Jan 2011 23:03:30 -0500
parents 6a1a7d5cc2d9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
73
6a1a7d5cc2d9 Add some error checking, cleanup output and add a bad test file
Mike Pavone <pavone@retrodev.com>
parents:
diff changeset
1 B = R(A, L(B, R(C,D)))
6a1a7d5cc2d9 Add some error checking, cleanup output and add a bad test file
Mike Pavone <pavone@retrodev.com>
parents:
diff changeset
2 C = R(B, R(C, D))
6a1a7d5cc2d9 Add some error checking, cleanup output and add a bad test file
Mike Pavone <pavone@retrodev.com>
parents:
diff changeset
3 X = L(X, L(A, L(B, R(C,D))))
6a1a7d5cc2d9 Add some error checking, cleanup output and add a bad test file
Mike Pavone <pavone@retrodev.com>
parents:
diff changeset
4 A = L(X, L(A, L(B, R(C,D))))
6a1a7d5cc2d9 Add some error checking, cleanup output and add a bad test file
Mike Pavone <pavone@retrodev.com>
parents:
diff changeset
5 E = L(E, L(C, D))
6a1a7d5cc2d9 Add some error checking, cleanup output and add a bad test file
Mike Pavone <pavone@retrodev.com>
parents:
diff changeset
6 D = R(E, L(C, D))
6a1a7d5cc2d9 Add some error checking, cleanup output and add a bad test file
Mike Pavone <pavone@retrodev.com>
parents:
diff changeset
7