What steps will reproduce the problem?
1. Expand a snippet such as div for html-mode
2. Move out of the snippet entry field using C-n or some such
3. Try to expand an unrelated snippet
What is the ex…
This source gets WA, while it should reports sth else (e.g. that we don't allow forks):
```
#include
#include
int main()
{
for (int i = 0; i < 10; i++)
{
fork();
}
printf("14\n");
r…