libcoap  4.1.1
 All Data Structures Files Functions Variables Typedefs Macros Groups Pages
co.c
Go to the documentation of this file.
1 #ifdef __GNUC__
2 #warning a warning
3 #else
4 #error error
5 #endif
6 
7 int main(int argv, char **argc) {
8  return 0;
9 }