aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cppmodelmanager/testdata_renameheaders/main.cpp
blob: 629f20001ffa74a4b230bbecb92eac562369df5f (plain)
1
2
3
4
5
#include "header.h"
#include "subdir1/header1.h"
#include <header2.h>

int main() {}