Sha256: b267e2d0bfaff1f04bc9fa2c8b27a28b60fee534b35c5b8bce0189cf95370358
Contents?: true
Size: 481 Bytes
Versions: 4
Compression:
Stored size: 481 Bytes
Contents
/* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ #pragma once typedef enum { ENUM_A, ENUM_2, ENUM_C, ENUM_4, } test_enum_t; static const float test_arr[] = { 1.2f, 2.3f, 3.4f, };
Version data entries
4 entries across 2 versions & 1 rubygems