aboutsummaryrefslogtreecommitdiff
path: root/opt/resources/nothing-can-be-removed.c.expected
blob: 773852f6c1dc5e60405575ef92371a9863531ebf (plain) (blame)
1
2
3
4
5
6
7
#include <stdio.h>

int
main(void) {
	printf("Nothing to be removed.\n");
	return 0;
}