summaryrefslogtreecommitdiff
path: root/tests/actions/test/src/compile.cpp
blob: a65e463c4bddae455ecd659b5c2cd8566b389fc4 (plain)
1
2
3
4
5
6
7
#include <stdio.h>

int main(int argc, char** argv)
{
    static_assert(0, "error");
    return 0;
}