/******************************************************************************
Welcome to GDB Online.
GDB online is an online compiler and debugger tool for C, C++, Python, PHP, Ruby,
C#, OCaml, VB, Perl, Swift, Prolog, Javascript, Pascal, COBOL, HTML, CSS, JS
Code, Compile, Run and Debug online from anywhere in world.
*******************************************************************************/
#include "misc.h"
#include <iostream>
const char *str[] = {"some"," string"};
int main()
{
std::cout << str[0];
return 0;
}
#pragma once
//declaration
extern const char *str[];