mirror of
https://git.wuffs.org/MWCC
synced 2025-07-25 02:45:49 +00:00
7 lines
108 B
C
7 lines
108 B
C
#ifndef COMPILER_COPYPROPAGATION_H
|
|
#define COMPILER_COPYPROPAGATION_H
|
|
|
|
#include "compiler/common.h"
|
|
|
|
#endif
|