blob: 8ba0b19c94ae84b1840193c1ad1506327590abcc [file] [log] [blame]
Daniel Dunbar8fbe78f2009-12-15 20:14:24 +00001// RUN: %clang_cc1 -E -I. %s | grep BODY_OF_FILE | wc -l | grep 1
Chris Lattner609d4132007-11-15 19:07:47 +00002
3// This #import should have no effect, as we're importing the current file.
4#import <import_self.c>
5
6BODY_OF_FILE
7