15 lines
322 B
C
15 lines
322 B
C
#include "header.h"
|
|
|
|
|
|
// TEST: edge click switches to file - continued
|
|
// START ----------------------------------------------------------------------
|
|
|
|
// RESULT: This file is visible and scrolled here
|
|
|
|
// END ------------------------------------------------------------------------
|
|
|
|
void ref_func2()
|
|
{
|
|
Reference2 ref;
|
|
}
|