You are given a program that contains a compile-time check:
static_assert(a == 12, "Failed");
Your job is to define a compile-time constant named a so that this static assertion succeeds.
a
12
passed
This demonstrates how static_assert enforces configuration rules before the firmware even runs.
static_assert
Example Output:
Constraints:
constexpr
main()
Test Cases
Test Results
Input
Expected Output