#include "mozilla/Assertions.h"

void foo() {
  static_assert(1 == 1);
}
