check prequeueing in sock
[gnucap-felix.git] / tests / bogus4.cc
blobc3e9fea02eca3bed269a39d93cd98d01ce7a4f20
1 #define ADD_VERSION
3 #include "io_trace.h"
4 // fake build against newer kernel revision
5 #include "patchlev_fake_999.h"
6 #include <stdio.h>
9 static class versioncheck{
10 public:
11 versioncheck(){
12 if(version_revision() < VERSION_REVISION){
13 printf("bogus4: built against %d revision %d\n",
14 VERSION_CURRENT, VERSION_REVISION);
15 }else{
18 } a;