summaryrefslogtreecommitdiff
path: root/qa/src/qa_test.c
blob: 8c0305dd404553832ef5d17d1916e6bda89c5a89 (plain)
1
2
3
4
5
6
7
#include <stdio.h>


main(int argc, char *argv[]) {
    printf("This program does nothing, and wastes a lot of space doing it!\n");
    exit(0);
}