Source code

Revision control

Copy as Markdown

Other Tools

#include "mozilla/Assertions.h"
void foo() {
static_assert(1 == 1);
}