Files
foc/tools/preprocess/test/verify/c-preproc.cc
2013-01-11 17:00:47 +01:00

25 lines
355 B
C++

// AUTOMATICALLY GENERATED -- DO NOT EDIT! -*- c++ -*-
#include "c-preproc.h"
#include "c-preproc_i.h"
#line 4 "c-preproc.cpp"
// set CS (missing from OSKIT)
#define set_cs(cs) \
asm volatile \
("ljmp %0,$1f \n1:" \
: : "i" (cs));
#line 10 "c-preproc.cpp"
void
function(void)
{
#if 1
bar ();
#else
foo ();
#endif
}