#include "../../clay.h"

// NOTE: This file only exists to make sure that clay works when included in multiple translation units.

void SatisfyCompiler() {
    CLAY_CONTAINER(CLAY_ID("SatisfyCompiler"), CLAY_LAYOUT()) {}
}