#include // Test file for LSP integration int main() { printf("Hello from LSP test!\n"); int x = 10; int y = 20; int result = x + y; printf("Result: %d\n", result); return 0; }