1main: { 2 instruction_set: { 3 instructions: [ 4 { 5 open_file: { 6 path_name: "newfile2.txt", 7 output_fd: "test_file" 8 } 9 }, 10 { 11 resize_file: { 12 input_fd: "test_file", 13 size: 134217728 14 } 15 }, 16 { 17 invalidate_cache: {} 18 }, 19 { 20 read_file: { 21 input_fd: "test_file" 22 } 23 }, 24 { 25 close_file: { 26 input_fd: "test_file" 27 } 28 } 29 ] 30 } 31}, 32global { 33 absolute_path: ""; 34} 35