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

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