#include "fn.h"

namespace panda { namespace backtrace {
int fn02() {
    return fn01() + 10;
}
}}