Example 5: Overhead.

void inline Foo() 
{ 
#ifdef ENABLE_MCI   
    Mci mci(...);
#endif   
    ... 
}