Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- C {
- FunctionWithoutParams {
- CodeBlock {
- Blocks {
- Block [
- [0] {
- Statement "int x = 10;"
- },
- [1] {
- IF {
- BoolExpr "x == 10",
- CodeBlock {
- Blocks {
- Block [
- [0] {
- Statement "printf("print statement");"
- },
- [1] {
- Statement "int y = 20;"
- },
- [2] {
- IF {
- BoolExpr "y == 20",
- CodeBlock {
- Blocks {
- Block [
- [0] {
- Statement "printf("y equals twenty");"
- }
- ]
- }
- }
- }
- }
- ]
- }
- }
- }
- }
- ]
- }
- },
- FunctionName "func",
- ReturnType "void"
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement