| // Copyright 2020 The Fuchsia Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| success("PersistentCombined") { | |
| value = PersistentMessage { | |
| header: PersistentHeader { | |
| flags: [0x01, 0x02, 0x02], | |
| magic_number: 0x04, | |
| }, | |
| body: Table_PersistentMessage { | |
| i: 0x0d0c0b0a, | |
| }, | |
| }, | |
| bytes = { | |
| v1 = [ | |
| 0x01, 0x02, 0x03, 0x04, // Persistent header | |
| 0x0A, 0x0B, 0x0C, 0x0D, // i | |
| 0x00, 0x00, 0x00, 0x00, // i padding | |
| ], | |
| }, | |
| } |