annotate clang/test/Preprocessor/import_self.c @ 165:597b3f1c2c93

fix call createTailCallEliminationPass
author anatofuz
date Tue, 24 Mar 2020 15:30:52 +0900
parents 1d019706d866
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 // RUN: %clang_cc1 -E -I%S %s | grep BODY_OF_FILE | wc -l | grep 1
anatofuz
parents:
diff changeset
2
anatofuz
parents:
diff changeset
3 // This #import should have no effect, as we're importing the current file.
anatofuz
parents:
diff changeset
4 #import <import_self.c>
anatofuz
parents:
diff changeset
5
anatofuz
parents:
diff changeset
6 BODY_OF_FILE
anatofuz
parents:
diff changeset
7