1 2#include "staticlib1.h" 3#include "staticlib2.h" 4 5int main() 6{ 7 return staticlib1() + staticlib2(); 8} 9 10