1 // XCode will not build a library unless it contains at least one module.
2 // Absent this requirement, libm.dylib would be composed entirely by linking
3 // the component static libraries together, but to satisfy it, we must have
6 typedef int theCStandardDoesNotAllowAnEmptyModule
;