1 #include <cups/cups.h>
2 
3 int
main()4 main()
5 {
6     cupsGetDefault();
7     return 0;
8 }
9