aboutsummaryrefslogtreecommitdiffstats
path: root/dummy.c
blob: fbf3dd775be2e662759b8326d0e28eacd90c9f98 (plain) (blame)
1
2
3
4
5
6
7
// This file is part of Firejail project
// Copyright (C) 2014-2020 Firejail Authors
// License GPL v2

int main(void) {
	return 0;
}