Skip to content

Commit

Permalink
DEV: Print file_path
Browse files Browse the repository at this point in the history
  • Loading branch information
czgdp1807 committed Dec 15, 2023
1 parent e2e9981 commit c9f4e5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lc/clang_ast_to_asr.h
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,7 @@ class ClangASTtoASRVisitor: public clang::RecursiveASTVisitor<ClangASTtoASRVisit
}
}

std::cout<<"file_path: "<<file_path<<std::endl;
return true;
}

Expand Down

0 comments on commit c9f4e5e

Please sign in to comment.