fpp/compiler/tools/fpp-to-cpp/test/constants/FppConstantsAc_constants_guard_prefix.ref.cpp
2022-04-11 12:05:04 -07:00

30 lines
528 B
C++
Vendored

// ======================================================================
// \title FppConstantsAc.cpp
// \author Generated by fpp-to-cpp
// \brief cpp file for FPP constants
// ======================================================================
#include "FppConstantsAc.hpp"
const F64 b = 1.0;
const bool c = true;
const char *const d = "abc";
namespace M {
const F64 b = 1.0;
const bool c = true;
const char *const d = "abc";
}
const F64 C_b = 1.0;
const bool C_c = true;
const char *const C_d = "abc";