1 /* 2 * Copyright (C) 2008-2020 The Communi Project 3 * 4 * This test is free, and not covered by the BSD license. There is no 5 * restriction applied to their modification, redistribution, using and so on. 6 * You can study them, modify them, use them in your own program - either 7 * completely or partially. 8 */ 9 10 #include <IrcCore/ircconnection.h> 11 #include <IrcModel/ircbuffer.h> 12 #include <IrcUtil/irctextformat.h> 13 main()14int main() 15 { 16 IrcConnection s; 17 IrcBuffer b; 18 IrcTextFormat f; 19 } 20