// SPDX-License-Identifier: MPL-2.0 #include int main() { alarm(3); while (1) { } return 0; }