mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
8 lines
104 B
C
8 lines
104 B
C
#ifndef CROSS_COMPILER_H
|
|
#define CROSS_COMPILER_H
|
|
|
|
#include "empty.h"
|
|
#include "old-compiler.h"
|
|
|
|
#endif
|