| // Copyright 2017 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. | |
| #ifndef TEST_MAGMA_ABI_H | |
| #define TEST_MAGMA_ABI_H | |
| #include <stdbool.h> | |
| bool test_magma_abi_from_c(void); | |
| #endif // TEST_MAGMA_ABI_H |