1 /* Dummy C program; we use this in the package build process to construct a
2  * proper shlibs file for libfakeroot
3  */
main(void)4 int main(void) {
5 	return(0);
6 }
7