# Preval test case

# two.md

> constants > two
>
> Two constants, nothing happens

## Input

`````js filename=intro
const foo = "five";
const bar = "six";
`````

## Output

`````js filename=intro
const foo = "five";
const bar = "six";
`````