#include "inlinemutex.hfa" int main() { // Creates a thread that will call the destructor // when the thread exits Cleaner c; cleanup( c ); }